Adwaita: bring the separator back for dialog buttons
authorJakub Steiner <jimmac@gmail.com>
Fri, 29 Aug 2014 00:14:16 +0000 (02:14 +0200)
committerJakub Steiner <jimmac@gmail.com>
Fri, 29 Aug 2014 00:14:16 +0000 (02:14 +0200)
- separators got nuked during lapo's border cleanup

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 19bb1ce1da35ccfe83fb3ead9c8b43846f8ff96f..6c4fe92740127804a04cc8405e8f07b676468c51 100644 (file)
@@ -2388,7 +2388,10 @@ GtkCalendar {
       border-right-style: none;
       border-bottom-style: none;
     }
-    %last_button { border-bottom-right-radius: 7px; }
+    %last_button { 
+      border-left-style: solid;
+      border-bottom-right-radius: 7px; 
+    }
     %first_button {
       border-left-style: none;
       border-bottom-left-radius: 7px;
index bb881e655410752ab0b8e36a02b0674a9192066a..425d3005e090c5ed96168d4f2a13fe009e2d7b3f 100644 (file)
@@ -2949,6 +2949,7 @@ GtkCalendar {
     border-right-style: none;
     border-bottom-style: none; }
   .message-dialog.csd .dialog-action-area .button:last-child {
+    border-left-style: solid;
     border-bottom-right-radius: 7px; }
   .message-dialog.csd .dialog-action-area .button:first-child {
     border-left-style: none;
@@ -3259,3 +3260,5 @@ GtkCalendar.header .button.titlebutton {
 @define-color wm_button_active_color_b shade(#393f3f, 0.89);
 @define-color wm_button_active_color_c shade(#393f3f, 0.9);
 @define-color content_view_bg #292929;
+
+/*# sourceMappingURL=gtk-contained-dark.css.map */
index 83de1f3090bd379eb606637056917b12e044b493..9fb1ca2ea027b19039c7472a866bce35de6c91ad 100644 (file)
@@ -2945,6 +2945,7 @@ GtkCalendar {
     border-right-style: none;
     border-bottom-style: none; }
   .message-dialog.csd .dialog-action-area .button:last-child {
+    border-left-style: solid;
     border-bottom-right-radius: 7px; }
   .message-dialog.csd .dialog-action-area .button:first-child {
     border-left-style: none;
@@ -3255,3 +3256,5 @@ GtkCalendar.header .button.titlebutton {
 @define-color wm_button_active_color_b shade(#ededed, 0.89);
 @define-color wm_button_active_color_c shade(#ededed, 0.9);
 @define-color content_view_bg #ffffff;
+
+/*# sourceMappingURL=gtk-contained.css.map */